This is the complete list of members for nkScripts::UserType, including all inherited members.
addField(const UserTypeFieldDescriptor &fieldDescriptor)=0 | nkScripts::UserType | pure virtual |
addMethod(const nkMemory::StringView &name, bool strongReferenceOverThis=false)=0 | nkScripts::UserType | pure virtual |
addStaticMethod(const nkMemory::StringView &name)=0 | nkScripts::UserType | pure virtual |
enableArrayIndexing(const ArrayAccessorDescriptor &descriptor)=0 | nkScripts::UserType | pure virtual |
getFullName() const | nkScripts::UserType | |
getMethod(const nkMemory::StringView &name)=0 | nkScripts::UserType | pure virtual |
getName() const | nkScripts::UserType | |
getStaticMethod(const nkMemory::StringView &name)=0 | nkScripts::UserType | pure virtual |
overrideBuiltInFunction(TYPE_BUILT_IN_FUNCTIONS builtInFunc)=0 | nkScripts::UserType | pure virtual |
reset()=0 | nkScripts::UserType | pure virtual |
setConstructor(ConstructorCallback constructor)=0 | nkScripts::UserType | pure virtual |
setDestructor(DestructorCallback destructor)=0 | nkScripts::UserType | pure virtual |
UserType(const nkMemory::StringView &name) | nkScripts::UserType | |
~UserType() | nkScripts::UserType | virtual |